home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Utilities / Disk / BTSneak / Italiano / BenchTrash.cc < prev    next >
Text File  |  1998-06-24  |  8KB  |  319 lines

  1. ;*****************************************************************
  2. ;** This is the catalog constructor for BenchTrash 1.22         **
  3. ;**                                                             **
  4. ;** Since I do not own the CBM localizer tool, you MUST use my  **
  5. ;** private "CreateCatalog" program (same as for ViNCEd)        **
  6. ;**                                                             **
  7. ;*****************************************************************
  8. ;
  9. ;This script has a double function:
  10. ;It is first a shell script that must be executed to create the
  11. ;catalog.
  12. ;It contains secondly the localized versions of the benchtrash
  13. ;strings. This is possible due to the special syntax of the
  14. ;CreateCatalog tool.
  15. ;
  16. ;The only thing worth noting here is that all strings must be
  17. ;preceeded with an apostrophe (').
  18. ;Empty lines, lines starting with a blank or a semicolon
  19. ;character are comment-lines. They aren't seen by CreateCatalog.
  20. ;
  21. ;To create a catalog for your language, translate the strings below.
  22. ;They are currently taken from the german localization, but to
  23. ;give you some hint what they mean I added the original english
  24. ;strings plus some comments when they are displayed ON TOP of the
  25. ;german ones.
  26. ;
  27. ;If you wrote a catalog for BenchTrash, please compile it simply by
  28. ;EXECUTING this file, i.e. enter
  29. ;
  30. ;EXECUTE BenchTrash.cc
  31. ;
  32. ;The ready for use catalog will be appear in the ram disk.
  33. ;
  34. ;
  35. ;Greetings,
  36. ;       Thomas
  37. ;       
  38.  CreateCatalog BenchTrash.cc ram:BenchTrash.catalog italiano 1 22
  39. ;                                                   ^^^^^^^^
  40. ;                                               change this to the
  41. ;                                               name of your language
  42. ;       Tell EXECUTE to abort here...
  43.  quit
  44.  
  45. ;
  46. ;Cancel
  47. ;
  48. ;Generic cancel message, used if an error occured and BenchTrash has to
  49. ;stop the deletion.
  50. 'Abbandona
  51.  
  52. ;O.K.|Cancel
  53. ;
  54. ;The buttons of the "Are you shure you want to delete..." requester.
  55. 'Si|No
  56.  
  57. ;O.K.
  58. ;
  59. ;Generic O.K. button, used in the setup window.
  60. 'OK
  61.  
  62. ;Quit BenchTrash
  63. ;
  64. ;Quit button in the setup window
  65. 'Termina BenchTrash
  66.  
  67. ;Can't find Trashcan icon.
  68. ;
  69. ;Benchtrash can't locate the icon you gave, or the SYS:Trashcan.info
  70. ;file is missing.
  71. 'Non trovo l'icona SYS:Trashcan.info
  72.  
  73. ;Can't install BenchTrash.
  74. ;
  75. ;The runback code of BenchTrash failed for some reason
  76. 'BenchTrash non può essere istallato nel sistema.
  77.  
  78. ;Volume lacks a trashcan.
  79. ;THIS TEXT IS NO LONGER USED BY 1.22 AND ABOVE!
  80. ;BenchTrash misses the trashcan to put the deleted files to.
  81. 'Non trovo la directory Trashcan.
  82.  
  83. ;Out of memory.
  84. ;
  85. ;Memory is missing.
  86. 'Non c'è memoria.
  87.  
  88. ;Unable to lock %s - \
  89. ;Error %ld %s.
  90. ;An error message if a file can't be located. The "\" at the end
  91. ;of the line escapes the line break, i.e. puts a line break into
  92. ;the output string. The cryptic %s and %ld are replaces by the
  93. ;file name, the error code and the error string, respectively.
  94. ;Please note that only the first line has an apostrophe!
  95. ;
  96. 'Non trovo il file %s - \
  97. Codice errore: %lD \
  98. Errore: %s.
  99.  
  100.  
  101. ;Unable to move icon %s - \
  102. ;Error %ld %s.
  103. ;
  104. ;An icon can't be moved to the trashcan for whatever reason.
  105. 'Non posso spostare l'icona %s - \
  106. Codice: %lD \
  107. Errore: %s.
  108.  
  109. ;Unable to move icon %s - \
  110. ;Error %ld %s.
  111. ;
  112. ;A generic file can't be moved to the trashcan.
  113. 'Non posso spostare il file \
  114. %s nel Trashcan - \
  115. Codice: %lD \
  116. Errore: %s.
  117.  
  118. ;Unable to access\
  119. ;parent of %s - \
  120. ;Error %ld %s.
  121. ;
  122. ;The parent directory is not accessable, or missing, or worse...
  123. 'Non posso accedere alla\
  124. directory genitore di %s - \
  125. Codice: %lD \
  126. Errore: %s.
  127.  
  128.  
  129. ;Can't delete a volume.
  130. ;
  131. ;The user tried to delete a volume. This message is obsolete and
  132. ;no longer used.
  133. 'Non posso cancellare un volume.
  134.  
  135. ;Unable to delete object %s - \
  136. ;Error %ld %s.
  137. ;
  138. ;An object is delete or write protected and can't be removed
  139. ;for that reason.
  140. 'L'oggetto %s non può essere rimosso - \
  141. Codice: %lD \
  142. Errore: %s.
  143.  
  144. ;Invalid icon %s - \
  145. ;Error %ld %s.
  146. ;
  147. ;The icon library failed to access an icon, or the icon is in fact
  148. ;a directory.
  149. 'Icona %s invalida - \
  150. Codice: %lD \
  151. Errore: %s.
  152.  
  153. ;Directory %s too deep - \
  154. ;Error %ld %s.
  155. ;
  156. ;The recursion stack has been exceeded. The drawer that must be deleted
  157. ;is too deep in the filing system to be accessable by BenchTrash.
  158. 'Directory %s troppo profonda - \
  159. Codice: %lD \
  160. Errore: %s.
  161.  
  162.  
  163. ;Warning: You cannot get back\
  164. ;what you delete! Ok to delete:\
  165. ;"%ld file(s) and\
  166. ;%ld drawer(s) (and their contents)?
  167. ;
  168. ;The standard safety requester. Would be nice to mimic the
  169. ;workbench requester here!
  170. ;
  171. 'Attenzione:  non si può recuperare\
  172. quello che si cancella! Ok per cancellare:\
  173. %lD file e \
  174. %lD cassetto(i) (e il contenuto)?
  175.  
  176. ;Auto-delete dropped icons :
  177. ;
  178. ;The label of the auto delete checkmark in the setup window.
  179. 'Cancella automaticamente le icone:
  180.  
  181. ;Can't eject the volume "%s:".
  182. ;
  183. ;A proper EJECT tooltype/command is missing, and benchtrash does not
  184. ;know HOW to eject this volume. (Or it is impossible to eject it...)
  185. ;
  186. 'Non posso espellere il volume \
  187.  "%s:"
  188.  
  189. ;(Unkown volume)
  190. ;
  191. ;Used as volume name if the real name is not accessable.
  192. ;
  193. '(Volume sconosciuto)
  194.  
  195. ;_Abort
  196. ;
  197. ;The label of the abort button in the progress bar. The character behind
  198. ;the underscore gets underlined.
  199. '_Interrompi
  200.  
  201. ;A
  202. ;The keyboard shortcut used for abortion. This MUST be the same character
  203. ;that has been underlined in the string before.
  204. 'I
  205.  
  206. ;Preparing...
  207. ;
  208. ;The preparation process for deletion is running. BenchTrash counts the
  209. ;files and directories, and checks if all of them are deleteable.
  210. ;
  211. 'Preparazione...
  212.  
  213. ;Progress Bar :
  214. ;
  215. ;The label of the progress bar check box in the setup window.
  216. ;
  217. 'Barra d'avanzamento:
  218.  
  219. ;%ld file(s) to go...
  220. ;
  221. ;The text in the bar itself, new to 1.11
  222. ;
  223. 'Ancora %2lD file al termine...
  224.  
  225. ;--------------------- added these to 1.13 --------------------------------
  226.  
  227. ;Confirmation Requester :
  228. ;
  229. ;The last checkmark gadget in the selector screen. If checked, the
  230. ;confirmation requester (Are you sure...) is ENABLED. If this gadget
  231. ;is not checked, the files/directories are always deleted, without
  232. ;asking first.
  233. 'Conferma il cancellamento:
  234.  
  235.  
  236. ;--------------------- added these to 1.20 --------------------------------
  237.  
  238.  
  239. ;Can't launch the trashcan\
  240. ;cleaning process.
  241. ;
  242. ;BenchTrash failed to launch the process that is responsible for 
  243. ;cleaning all overaged data in the global trashcan directory.
  244. ;
  245. 'Non posso lanciare il programma\
  246. di cancellazione del trashcan.
  247.  
  248. ;
  249. ;The next two are the labels of the two new buttons in the configuration
  250. ;window.
  251. ;
  252.  
  253. ;Global Trashcan :
  254. ;
  255. ;Enables the global trashcan feature, i.e. all erased data goes to a 
  256. ;global location, preferably the trashcan of your HD.
  257. ;
  258. 'Trashcan globale:
  259.  
  260. ;
  261. ;Copy First, Delete Later :
  262. ;
  263. ;The method how to move files to the trashcan. If enabled, they get copied
  264. ;first and deletion starts only if the copy process was sucessfull. This
  265. ;is safer, but requires up to twice the disk space.
  266. ;
  267. 'Prima copia, poi cancella:
  268.  
  269.  
  270. ;The following strings are new to 1.22:
  271.  
  272. ;
  273. ;Can't create new %s -
  274. ;Error %ld %s.
  275. ;
  276. ;This text is shown if BenchTrash failed to create a new
  277. ;trashcan if the volume is missing one. The first %s
  278. ;is substituted by "Trashcan".
  279. ;
  280. 'Non posso creare un nuovo %s - \
  281. Codice: %lD \
  282. Errore: %s.
  283.  
  284. ;
  285. ;Volume lacks a trashcan.
  286. ;Ok to create one?
  287. ;
  288. ;BenchTrash found that the volume you'd like to
  289. ;trash files at does not have a trashcan and asks
  290. ;you if it should create one.
  291. ;
  292. 'Il volume non ha un trashcan.\
  293. Ne creo uno?
  294.  
  295.  
  296. ;Sorry, can't launch clean up,
  297. ;no access to %s -
  298. ;Error %ld %s.
  299. ;
  300. ;The user selected "Cleanup Now!" in the BenchTrash
  301. ;window or using the CLI paramters, but BenchTrash
  302. ;did not get access to the Trashcan. It is maybe
  303. ;used by some other program or is open by the
  304. ;workbench or else...
  305. ;
  306. 'Spiacente, non posso iniziare la pulizia.\
  307. Non posso accedere a %s -\
  308. Codice: %lD \
  309. Errore: %s.
  310.  
  311. ;Cleanup Now !
  312. ;
  313. ;The button in the window used to force a
  314. ;cleanup of the global trashcan.
  315. ;
  316. 'Pulisci Ora!
  317.  
  318. ;That's all folks!
  319.